C1ComboBox は、ヘッダーに編集可能なテキストボックスを含み、ドロップダウンにリストビューを含む DropDown の拡張版です。
オブジェクト モデル
シンタックス
'宣言
Public Class C1ComboBox(Of )
Inherits C1DropDown
Implements Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
public class C1ComboBox<> : C1DropDown, Microsoft.AspNetCore.Components.IComponent, Microsoft.AspNetCore.Components.IHandleAfterRender, Microsoft.AspNetCore.Components.IHandleEvent
型パラメータ
継承階層
System.Object
Microsoft.AspNetCore.Components.ComponentBase
C1.Blazor.Core.C1View
C1.Blazor.Input.C1DropDown
C1.Blazor.Input.C1ComboBox<T>
C1.Blazor.Input.C1AutoComplete<T>
参照